home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2000 Reader Awards
/
macformat-098.iso
/
MF Data
/
Behaviours
/
00012_Script_demos
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2000-11-01
|
251 b
|
13 lines
on mouseEnter
put the text of member("demos","Texts") into member("InfoText","Texts")
end
on mouseDown
put empty into member("InfoText","Texts")
go to frame "demos"
end
on mouseLeave
put empty into member("InfoText","Texts")
end